mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
d2c0dea556
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@91 ebee16cc-31ac-478f-84a7-5cbb03baadba
8 lines
82 B
C
8 lines
82 B
C
#ifndef FATTIME_H
|
|
|
|
#include "integer.h"
|
|
|
|
DWORD get_fattime (void);
|
|
|
|
#endif
|