- Timestamp:
- Mar 17, 2017, 2:10:43 AM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- 4309424
- Parents:
- cd133ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/windll.c
rcd133ba r1f170a8 42 42 #include "aubio.h" 43 43 44 BOOL APIENTRY DllMain( HMODULE hModule ,44 BOOL APIENTRY DllMain( HMODULE hModule UNUSED, 45 45 DWORD ul_reason_for_call, 46 LPVOID lpReserved )46 LPVOID lpReserved UNUSED) 47 47 { 48 48 switch (ul_reason_for_call)
Note: See TracChangeset
for help on using the changeset viewer.