mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
gdb2\Makefile
svn path=/trunk/; revision=1792
This commit is contained in:
parent
2c11752216
commit
1648d6ba62
4 changed files with 322 additions and 0 deletions
10
rosapps/devutils/gdb2/ph.h
Normal file
10
rosapps/devutils/gdb2/ph.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef PH_H___b210ed20_5d0f_4038_abd3_d42ff283c9d0__INCLUDED
|
||||
#define PH_H___b210ed20_5d0f_4038_abd3_d42ff283c9d0__INCLUDED
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#endif // #ifndef PH_H___b210ed20_5d0f_4038_abd3_d42ff283c9d0__INCLUDED
|
Loading…
Add table
Add a link
Reference in a new issue