mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +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:
parent
3c885f3ebf
commit
44f2f5994e
2 changed files with 2 additions and 3 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue