nuttx/arch/sim/src
chao.an eb9cfefc1b sched: fix visual studio compiler error
GCC __attribute__ is not fully compatible with MSVC, In the MSVC
environment the programmer typically explicitly exports function/class
symbols via the MSVC-specific __declspec(dllexport) modifier.

D:\code\incubator-nuttx\arch\sim\src\sim\up_head.c(107,15):
  error C2143: syntax error : missing ')' before '('
  [D:\code\n3\incubator-nuttx\vs2022\up_head.vcxproj]

Reference:
https://docs.microsoft.com/en-us/cpp/cpp/dllexport-dllimport?view=msvc-170

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-08-22 20:00:42 +08:00
..
sim sched: fix visual studio compiler error 2022-08-22 20:00:42 +08:00
.gitignore
Makefile sched: fix visual studio compiler error 2022-08-22 20:00:42 +08:00
nuttx-names.in arch/sim/src/nuttx-names.in: Add mprotect and sysconf 2022-01-20 15:09:17 +08:00