summaryrefslogtreecommitdiff
path: root/src/windows.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-10 19:18:12 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-16 13:22:34 +0200
commitdd0411ec78a4f8fa99aa32a2f2a90dba5d7bf572 (patch)
tree9f164cc1a573aaa2c6db528dca6a45d8708b5386 /src/windows.hpp
parent35d748dfa5f846916c32142fc641eae0b5d9b88d (diff)
Automatic loading of plugins on Windows
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/windows.hpp')
-rw-r--r--src/windows.hpp16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/windows.hpp b/src/windows.hpp
index 1b108ef..48fe437 100644
--- a/src/windows.hpp
+++ b/src/windows.hpp
@@ -37,9 +37,6 @@
#ifndef NOVIRTUALKEYCODES
#define NOVIRTUALKEYCODES // VK_*
#endif
-#ifndef NOWINMESSAGES
-#define NOWINMESSAGES // WM_*, EM_*, LB_*, CB_*
-#endif
#ifndef NOWINSTYLES
#define NOWINSTYLES // WS_*, CS_*, ES_*, LBS_*, SBS_*, CBS_*
#endif
@@ -76,9 +73,6 @@
#ifndef NOCOLOR
#define NOCOLOR // Screen colors
#endif
-#ifndef NOCTLMGR
-#define NOCTLMGR // Control and Dialog routines
-#endif
#ifndef NODRAWTEXT
#define NODRAWTEXT // DrawText() and DT_*
#endif
@@ -88,9 +82,6 @@
#ifndef NOKERNEL
#define NOKERNEL // All KERNEL defines and routines
#endif
-#ifndef NOUSER
-#define NOUSER // All USER defines and routines
-#endif
#ifndef NONLS
#define NONLS // All NLS defines and routines
#endif
@@ -106,9 +97,6 @@
#ifndef NOMINMAX
#define NOMINMAX // Macros min(a,b) and max(a,b)
#endif
-#ifndef NOMSG
-#define NOMSG // typedef MSG and associated routines
-#endif
#ifndef NOOPENFILE
#define NOOPENFILE // OpenFile(), OemToAnsi, AnsiToOem, and OF_*
#endif
@@ -176,4 +164,8 @@
#ifndef AI_NUMERICSERV
#define AI_NUMERICSERV 0x0400
#endif
+
+#include <Shlobj.h>
+
#endif
+