Autosyncing with Wine HEAD

svn path=/trunk/; revision=26087
This commit is contained in:
The Wine Synchronizer 2007-03-14 14:44:22 +00:00
parent 5962dcf2b9
commit 0b3750172e
2 changed files with 1 additions and 2 deletions

View file

@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(objsel); WINE_DEFAULT_DEBUG_CHANNEL(objsel);
LONG dll_refs = 0; LONG dll_refs = 0;
HINSTANCE hInstance; static HINSTANCE hInstance;
/*********************************************************************** /***********************************************************************
* DllEntryPoint * DllEntryPoint

View file

@ -29,7 +29,6 @@
#include "winuser.h" #include "winuser.h"
#define COBJMACROS #define COBJMACROS
#define COM_NO_WINDOWS_H
#include "ole2.h" #include "ole2.h"
#include "strmif.h" #include "strmif.h"