Skip to content

Commit

Permalink
Update AviSynth+ headers.
Browse files Browse the repository at this point in the history
Signed-off-by: jpsdr <jpsdr.psx@free.fr>
  • Loading branch information
jpsdr committed Feb 23, 2023
1 parent 32ba5c7 commit b55cb99
Show file tree
Hide file tree
Showing 10 changed files with 315 additions and 258 deletions.
2 changes: 1 addition & 1 deletion ResampleMT/ThreadPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#ifndef __ThreadPool_H__
#define __ThreadPool_H__

#include <Windows.h>
#include <windows.h>

#include "./ThreadPoolDef.h"

Expand Down
2 changes: 1 addition & 1 deletion ResampleMT/ThreadPoolInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#ifndef __ThreadPoolInterface_H__
#define __ThreadPoolInterface_H__

#include <Windows.h>
#include <windows.h>
#include <vector>

#include "./ThreadPoolDef.h"
Expand Down
Loading

0 comments on commit b55cb99

Please sign in to comment.