diff options
author | Daniel Colascione <dancol@dancol.org> | 2012-12-10 09:55:03 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2012-12-10 09:55:03 -0800 |
commit | 78f9ea875a65686b5e300d73dbf22dd96ca29851 (patch) | |
tree | d30e965b537930a2c7ba999210ae56651562ac26 /src/w32gui.h | |
parent | 322a542e6c13eb89b8abc302278e77684c1d6479 (diff) |
Move fix for bug#12993 to trunk
Diffstat (limited to 'src/w32gui.h')
-rw-r--r-- | src/w32gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index fe2bb2334b..0da8de97f2 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -79,6 +79,9 @@ typedef struct _XImage #define FACE_DEFAULT (~0) extern HINSTANCE hinst; +extern HINSTANCE hprevinst; +extern LPSTR lpCmdLine; +extern int nCmdShow; /* Bit Gravity */ |