mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include "localspl_private.h"
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
/*****************************************************/
|
||||
|
||||
static CRITICAL_SECTION port_handles_cs;
|
||||
|
||||
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user