X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=libs%2Fdrawtext%2Fdraw.c;fp=libs%2Fdrawtext%2Fdraw.c;h=02b83dacf80b522592148df49713dcb5fed2cf27;hb=86ea36402d2ba296db0950d85e18c50f7ee7006b;hp=523239fabcb6f4601f9578e710070c7b57b88eee;hpb=8e0d640fcb4dfee7cea3d1f79f7854f5e75cf4c0;p=retroray diff --git a/libs/drawtext/draw.c b/libs/drawtext/draw.c index 523239f..02b83da 100644 --- a/libs/drawtext/draw.c +++ b/libs/drawtext/draw.c @@ -18,13 +18,13 @@ along with this program. If not, see . #include #include #include -#if defined(WIN32) || defined(__WIN32__) +#if defined(__WATCOMC__) || defined(_WIN32) || defined(__DJGPP__) #include #else #include #endif #include "drawtext.h" -#include "drawtext_impl.h" +#include "dtximpl.h" void dtx_position(float x, float y) {