1
0
Fork 0

New include system + Removed stddef.h from dosbox.h , added it to core_dyn_x86.cpp

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2135
This commit is contained in:
Peter Veenstra 2005-03-24 10:11:18 +00:00
parent b42c189ac6
commit e80222f29b
3 changed files with 11 additions and 13 deletions

View file

@ -1,5 +1,5 @@
#ifndef __LOGGING_H_
#define __LOGGING_H_
#ifndef DOSBOX_LOGGING_H
#define DOSBOX_LOGGING_H
enum LOG_TYPES {
LOG_ALL,
LOG_VGA, LOG_VGAGFX,LOG_VGAMISC,LOG_INT10,
@ -63,5 +63,4 @@ void GFX_ShowMsg(char * format,...);
#endif //C_DEBUG
#endif //__LOGGING_H_
#endif //DOSBOX_LOGGING_H