Skip to content

Bad casing in include #5174

@sgallou

Description

@sgallou

Very easy to fix ! :-)

In Foundation/include/Poco/FileStreamRWLock_WIN32.h, there is a mis-casing on include to windows.h :

#include <Windows.h>

should be :

#include <windows.h>

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions