- added missing #define LOG_THIS statement

This commit is contained in:
Bryce Denney 2001-09-04 14:30:41 +00:00
parent 337ce846aa
commit c7d44d154b
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
// #include "icon_bochs.h"
#include "font/vga.bitmap.h"
#define LOG_THIS bx_gui.
#define PAD_NEAREST(n, quantum) (( ((n) + ((quantum) - 1)) / (n) ) * (n))