浏览代码

* Quick and Dirty hack for DOS ans kernel drivers

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 18 年前
父节点
当前提交
3466626a69
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      src/mygetopt.c

+ 5
- 0
src/mygetopt.c 查看文件

@@ -24,6 +24,11 @@
# include <inttypes.h>
#endif

/* DOS / Kernel driver */
#ifndef __intptr_t_defined
unsigned int uintptr_t;
#endif

#include <stdio.h>
#include <string.h>



正在加载...
取消
保存