mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Sebastian Gasiorek <[email protected]>
fix for empty control panel applet Change NUM_APPLETS (2) to NUM_APPLETS (1) because there is only one applet. Fixes bug 965. svn path=/trunk/; revision=19262
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
#define NUM_APPLETS (2)
|
||||
#define NUM_APPLETS (1)
|
||||
|
||||
LONG APIENTRY
|
||||
Applet(HWND hwnd, UINT uMsg, LONG wParam, LONG lParam);
|
||||
|
||||
Reference in New Issue
Block a user