mirror of https://github.com/encounter/SDL.git
renamed my_gradd.h to SDL_gradd.h
This commit is contained in:
parent
178ae70a29
commit
b6ae9a7cba
|
@ -5,8 +5,8 @@ Based on public knowledge from around the internet including pages from
|
||||||
http://www.osfree.org and http://www.edm2.com
|
http://www.osfree.org and http://www.edm2.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef my_gradd_h_
|
#ifndef SDL_gradd_h_
|
||||||
#define my_gradd_h_
|
#define SDL_gradd_h_
|
||||||
|
|
||||||
typedef struct _INITPROCOUT {
|
typedef struct _INITPROCOUT {
|
||||||
ULONG ulLength; /* Length of the INITPROCOUT data structure, in bytes. */
|
ULONG ulLength; /* Length of the INITPROCOUT data structure, in bytes. */
|
||||||
|
@ -168,4 +168,4 @@ LONG GreResurrection(HDC hdc, LONG cbVmem, PULONG pReserved, PVOID pInstance, LO
|
||||||
ULONG _System Gre32Entry3(ULONG, ULONG, ULONG);
|
ULONG _System Gre32Entry3(ULONG, ULONG, ULONG);
|
||||||
ULONG _System Gre32Entry5(ULONG, ULONG, ULONG, ULONG, ULONG);
|
ULONG _System Gre32Entry5(ULONG, ULONG, ULONG, ULONG, ULONG);
|
||||||
|
|
||||||
#endif /* my_gradd_h_ */
|
#endif /* SDL_gradd_h_ */
|
|
@ -31,7 +31,7 @@
|
||||||
#include "SDL_os2output.h"
|
#include "SDL_os2output.h"
|
||||||
#include "SDL_os2video.h"
|
#include "SDL_os2video.h"
|
||||||
|
|
||||||
#include "my_gradd.h"
|
#include "SDL_gradd.h"
|
||||||
|
|
||||||
typedef struct _VODATA {
|
typedef struct _VODATA {
|
||||||
PVOID pBuffer;
|
PVOID pBuffer;
|
||||||
|
|
Loading…
Reference in New Issue