浏览代码

* WTF is a typedef missing ?

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

+ 1
- 1
src/mygetopt.c 查看文件

@@ -26,7 +26,7 @@


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


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


正在加载...
取消
保存