Added needed string.h includes.
This commit is contained in:
parent
f88e5aa7bf
commit
9fd15a9f2f
|
@ -63,6 +63,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "winbase.h"
|
||||
#include "commctrl.h"
|
||||
#include "debugtools.h"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* SHLWAPI registry functions
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* Copyright 2001 TransGaming Technologies, Inc.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "ts_xlib.h"
|
||||
#include "x11drv.h"
|
||||
#include "x11ddraw.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
|
||||
/* FIXME: ChangeDisplaySettings ought to be able to use this */
|
||||
|
||||
|
|
Loading…
Reference in New Issue