update for HEAD-2003021201
[reactos.git] / lib / shell32 / misc / stubs.c
index 461e363..1f2f057 100644 (file)
@@ -44,6 +44,8 @@
 
 #ifdef __GNUC__
 void* _alloca(size_t);
+#else
+#define __FUNCTION__ "unknown"
 #endif
 
 #define NO_SHLWAPI_STREAM
@@ -99,6 +101,7 @@ typedef struct _browseinfo {
 } BROWSEINFO, *PBROWSEINFO, *LPBROWSEINFO; 
 
 
+#define DbgPrint(a,b,c,d)
 
 #undef DragQueryFile
 #undef ShellExecute