5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:22:57 +08:00

Fix some warnings

This commit is contained in:
Lea Anthony 2021-04-29 07:36:59 +10:00
parent 6f6e810432
commit 168cd96f56
5 changed files with 9 additions and 12 deletions

View File

@ -1,3 +1,6 @@
// +build !windows
//
// Created by Lea Anthony on 6/1/21.
//

View File

@ -1,3 +1,5 @@
// +build !windows
/*
Copyright (C) 2011 Joseph A. Adams (joeyadams3.14159@gmail.com)
All rights reserved.

View File

@ -1,4 +1,6 @@
/**
// +build !windows
/**
* Copyright (c) 2014 rxi
*
* This library is free software; you can redistribute it and/or modify it

View File

@ -1,4 +1,4 @@
/**
/**
* Copyright (c) 2014 rxi
*
* This library is free software; you can redistribute it and/or modify it

View File

@ -1,10 +0,0 @@
#include <stdio.h>
#include "../../ffenestri_windows.h"
int main() {
struct Application *app = NewApplication("Wails ❤️ Unicode", 800, 600, 1, 1, 0, 0, 1, 0);
// SetMinWindowSize(app, 100, 100);
// SetMaxWindowSize(app, 800, 800);
Run(app,0, NULL);
return 0;
}