mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-13 21:35:59 +00:00
windows/SDL_tray.c, video/windows/SDL_surface_utils.h: use SDL_windows.h
This commit is contained in:
@@ -21,13 +21,12 @@
|
||||
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#include "../../video/windows/SDL_surface_utils.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include "../../core/windows/SDL_windows.h"
|
||||
#include <windowsx.h>
|
||||
#include <shellapi.h>
|
||||
#include <stdlib.h> /* FIXME: for mbstowcs_s, wcslen */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "../../video/windows/SDL_surface_utils.h"
|
||||
|
||||
#ifndef NOTIFYICON_VERSION_4
|
||||
#define NOTIFYICON_VERSION_4 4
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#ifndef SDL_surface_utils_h_
|
||||
#define SDL_surface_utils_h_
|
||||
|
||||
#include <windows.h>
|
||||
#include "../../core/windows/SDL_windows.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user