浏览代码

Add missing #endif to windows API defines (#2038)

pull/2042/head
Jeffery Myers 4 年前
committed by GitHub
父节点
当前提交
62554db48d
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h 查看文件

@ -90,6 +90,7 @@
#define RLAPI __declspec(dllexport) // We are building the library as a Win32 shared library (.dll)
#elif defined(USE_LIBTYPE_SHARED)
#define RLAPI __declspec(dllimport) // We are using the library as a Win32 shared library (.dll)
#endif
#endif
#ifndef RLAPI

正在加载...
取消
保存