[LOCALSPL]

* Remove one time resource.h inclusion from the main header and put it back where it belongs.
CORE-7716

svn path=/trunk/; revision=61773
This commit is contained in:
Amine Khaldi 2014-01-23 17:46:55 +00:00
parent 3c885f3ebf
commit 44f2f5994e
2 changed files with 2 additions and 3 deletions

View file

@ -20,6 +20,8 @@
#include "localspl_private.h"
#include "resource.h"
/*****************************************************/
static CRITICAL_SECTION port_handles_cs;

View file

@ -44,8 +44,6 @@
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(localspl);
#include "resource.h"
/* ## DLL-wide Globals ## */
extern HINSTANCE LOCALSPL_hInstance DECLSPEC_HIDDEN;
void setup_provider(void) DECLSPEC_HIDDEN;
@ -88,5 +86,4 @@ static inline BOOL heap_free( void *mem )
return HeapFree( GetProcessHeap(), 0, mem );
}
#endif /* __WINE_LOCALSPL_PRIVATE__ */